Enter a type and click search.




Results for Magento\CatalogRule\Plugin\Indexer\Product\Save\ApplyRulesAfterReindex

File: vendor/magento/module-catalog-rule/etc/webapi_rest/di.xml

<type name="Magento\Catalog\Model\Product">
    <plugin name="apply_catalog_rules_after_product_save_and_reindex"
            type="Magento\CatalogRule\Plugin\Indexer\Product\Save\ApplyRulesAfterReindex"></plugin>
</type>

This is a type configuration.

This configuration is for the webapi_rest area. This is the area that corresponds with the REST Api sub-application.

This configuration also tells the object manager to use the Magento\CatalogRule\Plugin\Indexer\Product\Save\ApplyRulesAfterReindex plugin class with Magento\Catalog\Model\Product objects.